home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.0 / stk-3 / blt-for-STk-3.0 / blt-1.9 / man / bell.man < prev    next >
Encoding:
Text File  |  1995-07-01  |  1.1 KB  |  38 lines

  1. '\"
  2. '\" Copyright 1992 Regents of the University of California
  3. '\" Permission to use, copy, modify, and distribute this
  4. '\" documentation for any purpose and without fee is hereby
  5. '\" granted, provided that this notice appears in all copies.
  6. '\" The University of California makes no representations about
  7. '\" the suitability of this material for any purpose.  It is
  8. '\" provided "as is" without express or implied warranty.
  9. '\"
  10. .so man.macros
  11. .HS blt_bell cmds
  12. .BS
  13. '\" Note:  do not modify the .SH NAME line immediately below!
  14. .SH NAME
  15. blt_bell \- ring the bell
  16. .SH SYNOPSIS
  17. \fBblt_bell\fR ?\fIpercent\fR?
  18. .BE
  19.  
  20. .SH DESCRIPTION
  21. .PP
  22. This command is used to ring the keyboard bell. \fIpercent\fR is relative
  23. to the base volume of the keyboard bell and can range from -100 to 100
  24. inclusive.
  25. .PP
  26. If \fIpercent\fR is nonnegative then the bell volume is:
  27. .DS C
  28. base - [(base * \fIpercent\fR) / 100] + \fIpercent\fR
  29. .DE
  30. If \fIpercent\fR is negative then the bell volume is:
  31. .DS C
  32. base + [(base * \fIpercent\fR) / 100]
  33. .DE
  34. \fIpercent\fR defaults to 50 if it is not specified.
  35.  
  36. .SH KEYWORDS
  37. bell, beep
  38.